Description
Source
Call Graph
Start Line: 161
void HowToDocument::IncludeDocFromBody()
{ // Here we don't need to put the ending parenthesis after 2.1f on a newline,
// since the statement doesn't end until the ending '}'
int iSize = 4;
float fMAX2 = 120.0f;
float fFloat = iSize * 3 + fMAX2;
/// !Inlined documentation from function body.
/// You can add documentation from within the function body this way.
/// It is just concatenated to the normal documentation block.\n
/// This only works if you have set #HIDE_IN_BODY_DOCS# to #NO# in the config file (default).\n
/// #}As of right now it does not work with \\note \\todo etc., but that's on our todo-list :-)#}
}